-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check Service and Resource name maximum length #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
||
const MAXIMUM_SERVICE_NAME_LENGTH = 20; | ||
const SERVICE_NAME_LENGTH_EXCEPTIONS = new Set([ | ||
'current-certification', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to env variable or parameter
Converted to environment variables, ready for another look |
✅ PR review status - All reviews completed and approved! |
Closes #80
I went with some stricter limits on service names and s3 buckets with some exceptions for current cases we have. Open to alternative ideas.
Additionally: Had to make unrelated changes to a couple of tests as what was in main was no longer passing tests - coverage test will have to be temporary removed for merging